home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / zkuste / MacOS / FILES / muwse.sit / Muwse / TextClips / Objects / Java popmenu Jump < prev    next >
Text File  |  2000-05-18  |  488b  |  14 lines

  1. <FORM>
  2. <SELECT NAME="popmenuselect">
  3. <OPTION VALUE="index.html" SELECTED>Top Page
  4. <OPTION VALUE="fun.html">Fun page 
  5. <OPTION VALUE="myserver/great.html">Great page 
  6. <OPTION VALUE="interesst.html">Interesst page 
  7. <OPTION VALUE="surprise.html">Surprise 
  8. <OPTION VALUE="file:///Macintosh HD/Desktop Folder/impress.html">Impress 
  9. </SELECT>
  10.  
  11. <INPUT TYPE=BUTTON VALUE="Link to" 
  12. onClick="top.location.href =this.form.popmenuselect.options[this.form.popmenuselect.selectedIndex].value">
  13. </FORM>
  14.